MapSource.getY

Gets the y position on the map using this map source's projection. (0, 0) is located at the top left.

class MapSource
double
getY
(
double zoomLevel
,
double latitude
)

Parameters

zoomLevel double

the zoom level

latitude double

a latitude

Return Value

Type: double

the y position

Meta